const net/http.http2ErrCodeFrameSize
10 uses
net/http (current package)
h2_bundle.go#L1186: http2ErrCodeFrameSize http2ErrCode = 0x6
h2_bundle.go#L1203: http2ErrCodeFrameSize: "FRAME_SIZE_ERROR",
h2_bundle.go#L2136: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2152: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2271: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2317: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2366: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2580: return nil, http2connError{http2ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
h2_bundle.go#L2625: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L5324: sc.goAway(http2ErrCodeFrameSize)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |